Type Definition jaylink::Result

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

A result type with the error hardwired to Error.