pub type Result<T> = Result<T, RenderError>;Expand description
Result type for render operations
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(RenderError),
}pub type Result<T> = Result<T, RenderError>;Result type for render operations
pub enum Result<T> {
Ok(T),
Err(RenderError),
}