pub type Result<T> = Result<T, VTableError>;Expand description
Convenience Result type for this library
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(VTableError),
}pub type Result<T> = Result<T, VTableError>;Convenience Result type for this library
pub enum Result<T> {
Ok(T),
Err(VTableError),
}