[][src]Type Definition protofish::context::Result

type Result<S, E = Error> = Result<S, E>;

Result alias for the context errors.