Type Definition ink_env::Result[][src]

pub type Result<T> = Result<T, Error>;
Expand description

A result of environmental operations.