Skip to content

Commit

Permalink
Document StorageTraits
Browse files Browse the repository at this point in the history
  • Loading branch information
cowlicks committed Jun 29, 2024
1 parent 7d404dd commit 61423de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use crate::{
HypercoreError,
};

/// rmme
/// Supertrait for Storage
pub trait StorageTraits: RandomAccess + Debug {}
impl<T: RandomAccess + Debug> StorageTraits for T {}

Expand Down

0 comments on commit 61423de

Please sign in to comment.