Type Definition language_tags::Result [] [src]

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

Result type used for this library.