[][src]Type Definition laminar::Result

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

Wrapped result type for Laminar errors.