Type Definition mangadex::errors::Result[][src]

type Result<T, E = Errors> = Result<T, E>;
Expand description

Helper Result type.