chore(proto): crate formatting
This commit is contained in:
parent
505f59b354
commit
a08376766c
18 changed files with 103 additions and 75 deletions
|
|
@ -1,9 +1,9 @@
|
|||
use crate::message::proto_message::ProtoMessage;
|
||||
use crate::reader::errors::ProtoReadError;
|
||||
use crate::reader::protoreader::ProtoReader;
|
||||
use crate::reader::utils::AsyncPeek;
|
||||
use async_trait::async_trait;
|
||||
use tokio::io::{AsyncBufRead, AsyncReadExt};
|
||||
use crate::reader::errors::ProtoReadError;
|
||||
|
||||
#[async_trait]
|
||||
pub trait OneWayProtoReader<T>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue