Type Definition specs::storage::InsertResult[][src]

type InsertResult<T> = Result<Option<T>, Error>;
Expand description

The status of an insert()ion into a storage. If the insertion was successful then the Ok value will contain the component that was replaced (if any).