Skip to main content

InputSource

Trait InputSource 

Source
pub trait InputSource {
    // Required method
    fn get_data(&self) -> Result<Vec<u8>, Error>;
}

Required Methods§

Source

fn get_data(&self) -> Result<Vec<u8>, Error>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§