Type Definition sodoken::SodokenResult[][src]

pub type SodokenResult<T> = Result<T, OneErr>;
Expand description

Sodoken Result Type