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

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

Result returned by Storage TODO move to error module