mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-26 15:32:30 +00:00
rustjail: remove unnecessary #[async_trait]
Remove unnecessary #[async_trait] Signed-off-by: Tim Zhang <tim@hyper.sh>
This commit is contained in:
parent
83e9414f4f
commit
b1880b3e80
@ -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<()>;
|
||||
|
Loading…
Reference in New Issue
Block a user