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

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

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).