[][src]Type Definition valora::Result

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

A value or an error.