cargo fmt
This commit is contained in:
parent
3d5010806b
commit
ba3326ef24
4 changed files with 116 additions and 74 deletions
|
|
@ -1,4 +1,4 @@
|
|||
use std::{fs::File, task::Waker, io::Write, path::PathBuf};
|
||||
use std::{fs::File, io::Write, path::PathBuf, task::Waker};
|
||||
|
||||
pub trait LiveWriter: Write {
|
||||
fn add_waker(&mut self, waker: Waker);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue