sel4_async_block_io_fat::filesystem

Trait ToShortFileName

Source
pub trait ToShortFileName {
    // Required method
    fn to_short_filename(self) -> Result<ShortFileName, FilenameError>;
}
Expand description

Describes things we can convert to short 8.3 filenames

Required Methods§

Source

fn to_short_filename(self) -> Result<ShortFileName, FilenameError>

Try and convert this value into a ShortFileName.

Implementations on Foreign Types§

Source§

impl ToShortFileName for &str

Implementors§