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