Type Definition laminar::Result[][src]

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

Wrapped result type for Laminar errors.