[][src]Trait sourceview::FileLoaderExt

pub trait FileLoaderExt: 'static {
    fn get_buffer(&self) -> Option<Buffer>;
fn get_compression_type(&self) -> CompressionType;
fn get_encoding(&self) -> Option<Encoding>;
fn get_file(&self) -> Option<File>;
fn get_input_stream(&self) -> Option<InputStream>;
fn get_location(&self) -> Option<File>;
fn get_newline_type(&self) -> NewlineType; }

Required methods

Loading content...

Implementors

Loading content...