[][src]Type Definition rants::error::Result

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

A Result that uses the rants Error type