[][src]Type Definition koyomi::KoyomiResult

type KoyomiResult<T> = Result<T, KoyomiError>;

クレート単位のResult

失敗時は KoyomiError を返す