Trait cyfs_util::EventListenerSyncRoutine
source · [−]pub trait EventListenerSyncRoutine<P, R>: Send + Sync + 'staticwhere
P: Send + Sync + 'static,
R: 'static,{
fn call(&self, param: &P) -> BuckyResult<R>;
}pub trait EventListenerSyncRoutine<P, R>: Send + Sync + 'staticwhere
P: Send + Sync + 'static,
R: 'static,{
fn call(&self, param: &P) -> BuckyResult<R>;
}