Type Definition media_types::Result [] [src]

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

Result type used for this library.