pub type Result<T> = Result<T, DeriveError>;Expand description
Convenient Result alias.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(DeriveError),
}pub type Result<T> = Result<T, DeriveError>;Convenient Result alias.
pub enum Result<T> {
Ok(T),
Err(DeriveError),
}