Type Definition perseus::template::StringResult[][src]

pub type StringResult<T> = Result<T, String>;
Expand description

A generic error type that mandates a string error. This sidesteps horrible generics while maintaining DX.