Type Definition dex::Result[][src]

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

A Result of T or an error of error::Error