Type Definition snoot::token::TokResult [] [src]

type TokResult<OK> = Result<OK, TokError>;