Type Definition sodoken::SodokenResult

source · []
pub type SodokenResult<T> = Result<T, OneErr>;
Expand description

Sodoken Result Type