Type Definition Result
rstack_self
type Result<T> = Result<T, Error>;
The result type returned by methods in this crate.