Trait cyfs_lib::UniCyfsStack
source · [−]pub trait UniCyfsStack: Send + Sync {
Show 13 methods
fn non_service(&self) -> &NONOutputProcessorRef;
fn ndn_service(&self) -> &NDNOutputProcessorRef;
fn crypto_service(&self) -> &CryptoOutputProcessorRef;
fn util_service(&self) -> &UtilOutputProcessorRef;
fn trans_service(&self) -> &TransOutputProcessorRef;
fn router_handlers(&self) -> &RouterHandlerManagerProcessorRef;
fn router_events(&self) -> &RouterEventManagerProcessorRef;
fn root_state(&self) -> &GlobalStateOutputProcessorRef;
fn root_state_access(&self) -> &GlobalStateAccessOutputProcessorRef;
fn local_cache(&self) -> &GlobalStateOutputProcessorRef;
fn local_cache_access(&self) -> &GlobalStateAccessOutputProcessorRef;
fn root_state_meta(&self) -> &GlobalStateMetaOutputProcessorRef;
fn local_cache_meta(&self) -> &GlobalStateMetaOutputProcessorRef;
}
Required Methods
source
fn non_service(&self) -> &NONOutputProcessorRef
source
fn ndn_service(&self) -> &NDNOutputProcessorRef
source
fn crypto_service(&self) -> &CryptoOutputProcessorRef
source
fn util_service(&self) -> &UtilOutputProcessorRef
source
fn trans_service(&self) -> &TransOutputProcessorRef
source
fn router_handlers(&self) -> &RouterHandlerManagerProcessorRef
source
fn router_events(&self) -> &RouterEventManagerProcessorRef
source
fn root_state(&self) -> &GlobalStateOutputProcessorRef
source
fn root_state_access(&self) -> &GlobalStateAccessOutputProcessorRef
source
fn local_cache(&self) -> &GlobalStateOutputProcessorRef
source
fn local_cache_access(&self) -> &GlobalStateAccessOutputProcessorRef
source
fn root_state_meta(&self) -> &GlobalStateMetaOutputProcessorRef
source