Trait fuchsia_fatfs::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§