Type Definition validatron::Result

source · []
pub type Result<T> = Result<T, Error>;
Expand description

A convenience type for Results using the Error error type.