[][src]Type Definition asciii::storage::StorageResult

type StorageResult<T> = Result<T, StorageError>;

Result returned by Storage TODO move to error module