fuchsia_fatfs

Trait Disk

Source
pub trait Disk: ReadWriteSeek + Send {
    // Required method
    fn is_present(&self) -> bool;
}

Required Methods§

Source

fn is_present(&self) -> bool

Returns true if the underlying block device for this disk is still present.

Implementations on Foreign Types§

Source§

impl Disk for Cursor<Vec<u8>>

Source§

impl Disk for Cache

Implementors§