We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1725a18 commit 8ce059dCopy full SHA for 8ce059d
crates/disks/src/disk.rs
@@ -117,7 +117,7 @@ impl BasicDisk {
117
}
118
119
/// Trait for initializing different types of disk devices from sysfs.
120
-pub(crate) trait DiskInit: Sized {
+pub trait DiskInit: Sized {
121
/// Creates a new disk instance by reading information from the specified sysfs path.
122
///
123
/// # Arguments
0 commit comments