Type Definition rstack_self::Result [] [src]

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

The result type returned by methods in this crate.