Type Definition melon::typedef::Result [] [src]

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

A handy alias for Result that carries a generic error type.