pub type HandlerResult = Result<Vec<u8>, HandlerError>;Expand description
Result type returned by syncbat handlers.
Aliased Type§
pub enum HandlerResult {
Ok(Vec<u8>),
Err(HandlerError),
}pub type HandlerResult = Result<Vec<u8>, HandlerError>;Result type returned by syncbat handlers.
pub enum HandlerResult {
Ok(Vec<u8>),
Err(HandlerError),
}