kickstarter::validate::error::Result [] [src]

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

A type for results generated by validation functions, where the Err type is validate::Error.