Trait node_maintainer::IoContext
source · pub trait IoContext {
type T;
// Required method
fn io_context(
self,
context: impl FnOnce() -> String
) -> Result<Self::T, NodeMaintainerError>;
}pub trait IoContext {
type T;
// Required method
fn io_context(
self,
context: impl FnOnce() -> String
) -> Result<Self::T, NodeMaintainerError>;
}