[][src]Trait ra_ap_vfs::loader::Handle

pub trait Handle: Debug {
    fn spawn(sender: Sender) -> Self
    where
        Self: Sized
;
fn set_config(&mut self, config: Config);
fn invalidate(&mut self, path: AbsPathBuf);
fn load_sync(&mut self, path: &AbsPath) -> Option<Vec<u8>>; }

Required methods

fn spawn(sender: Sender) -> Self where
    Self: Sized

fn set_config(&mut self, config: Config)

fn invalidate(&mut self, path: AbsPathBuf)

fn load_sync(&mut self, path: &AbsPath) -> Option<Vec<u8>>

Loading content...

Implementors

Loading content...