[][src]Type Definition thespis_impl::ThesRes

type ThesRes<T> = Result<T, ThesErr>;

Result which has a ThesErr as error type.