pub type BuilderResult<T> = Result<T, BuilderError>;Expand description
Result type for message building
Aliased Type§
pub enum BuilderResult<T> {
Ok(T),
Err(BuilderError),
}pub type BuilderResult<T> = Result<T, BuilderError>;Result type for message building
pub enum BuilderResult<T> {
Ok(T),
Err(BuilderError),
}