pub type BuildResult<T> = Result<T, BuildError>;
Expand description
Alias for the Result type returned by document-builder functions in this module.
Aliased Type§
pub enum BuildResult<T> {
Ok(T),
Err(BuildError),
}
pub type BuildResult<T> = Result<T, BuildError>;
Alias for the Result type returned by document-builder functions in this module.
pub enum BuildResult<T> {
Ok(T),
Err(BuildError),
}