[][src]Type Definition rstack::Result

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

The result type returned by methods in this crate.