[][src]Type Definition townhopper::result::ThprResult

type ThprResult<T> = Result<T, Box<ThprError>>;