[][src]Type Definition jaylink::Result

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

A result type with the error hardwired to Error.