mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 16:27:50 +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,
|
pid: pid_t,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[async_trait]
|
|
||||||
pub trait Container: BaseContainer {
|
pub trait Container: BaseContainer {
|
||||||
fn pause(&mut self) -> Result<()>;
|
fn pause(&mut self) -> Result<()>;
|
||||||
fn resume(&mut self) -> Result<()>;
|
fn resume(&mut self) -> Result<()>;
|
||||||
|
Loading…
Reference in New Issue
Block a user