Type Definition erased_serde::Result[][src]

pub type Result<T> = Result<T, Error>;
Expand description

Result type alias where the error is erased_serde::Error.