chore(proto): crate formatting
This commit is contained in:
parent
505f59b354
commit
a08376766c
18 changed files with 103 additions and 75 deletions
|
|
@ -1,8 +1,8 @@
|
|||
use crate::message::proto_message::ProtoMessage;
|
||||
use crate::writer::errors::ProtoWriteError;
|
||||
use crate::writer::protowriter::ProtoWriter;
|
||||
use async_trait::async_trait;
|
||||
use tokio::io::{AsyncWrite, AsyncWriteExt};
|
||||
use crate::writer::errors::ProtoWriteError;
|
||||
|
||||
#[async_trait]
|
||||
pub trait OneWayProtoWriter<T>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue