rustjail: remove unnecessary #[async_trait]

Remove unnecessary #[async_trait]

Signed-off-by: Tim Zhang <tim@hyper.sh>
This commit is contained in:
Tim Zhang 2021-02-03 11:03:32 +08:00
parent 83e9414f4f
commit b1880b3e80

View File

@ -276,7 +276,6 @@ pub struct SyncPC {
pid: pid_t,
}
#[async_trait]
pub trait Container: BaseContainer {
fn pause(&mut self) -> Result<()>;
fn resume(&mut self) -> Result<()>;