[][src]Trait rair_io::RIOPlugin

pub trait RIOPlugin {
    fn get_metadata(&self) -> &'static RIOPluginMetadata;
fn open(
        &mut self,
        uri: &str,
        flags: IoMode
    ) -> Result<RIOPluginDesc, IoError>;
fn accept_uri(&self, uri: &str) -> bool; }

Required methods

fn get_metadata(&self) -> &'static RIOPluginMetadata

fn open(&mut self, uri: &str, flags: IoMode) -> Result<RIOPluginDesc, IoError>

fn accept_uri(&self, uri: &str) -> bool

Loading content...

Implementors

Loading content...