Type Definition wry::Result[][src]

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

Convenient type alias of Result type for wry.