Type Alias erased_serde::Result
source · pub type Result<T> = Result<T, Error>;
Expand description
Result type alias where the error is erased_serde::Error
.
pub type Result<T> = Result<T, Error>;
Result type alias where the error is erased_serde::Error
.