[][src]Type Definition language_tags::Result

type Result<T> = Result<T, Error>;

Result type used for this library.