WebFileExt

Trait WebFileExt 

Source
pub trait WebFileExt {
    // Required method
    fn get_web_file(&self) -> Option<File>;
}
Expand description

Helper trait for extracting the underlying web_sys::File from a FileData

Required Methods§

Source

fn get_web_file(&self) -> Option<File>

returns web_sys::File

Implementations on Foreign Types§

Source§

impl WebFileExt for FileData

Implementors§