Remove async_trait
This commit is contained in:
parent
1744f0c101
commit
573185bcfa
5 changed files with 0 additions and 5 deletions
|
|
@ -141,7 +141,6 @@ struct Handler {
|
|||
locked: RwLock<Option<HandlerLocked>>,
|
||||
}
|
||||
|
||||
#[async_trait::async_trait]
|
||||
impl PeerConnectionHandler for Handler {
|
||||
fn get_have_bytes(&self) -> u64 {
|
||||
0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue