[][src]Type Definition dex::Result

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

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