Trait node_maintainer::IoContext
source · pub trait IoContext {
type T;
// Required method
fn io_context(
self,
context: impl FnOnce() -> String
) -> Result<Self::T, NodeMaintainerError>;
}Required Associated Types§
Required Methods§
fn io_context( self, context: impl FnOnce() -> String ) -> Result<Self::T, NodeMaintainerError>
Object Safety§
This trait is not object safe.