pub type TkResult<T> = Result<T, TkError>;
The crate result type for users who do not want to use checked exceptions( #[cex] ).
#[cex]