[][src]Type Definition ink_env::Result

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

A result of environmental operations.