[][src]Type Definition stk::Result

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

Result alias for the stk crate.