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