Type Definition daybreak::error::DeSerResult

source ·
pub type DeSerResult<T> = Result<T, DeSerError>;
Expand description

The type alias used for DeSers