Type Definition ink_env::Result

source · []
pub type Result<T> = Result<T, Error>;
Expand description

A result of environmental operations.