[][src]Trait sos_client::SourceTrait

pub trait SourceTrait {
    type Code;
    fn compile_source(&self, source: String) -> Result<Self::Code>;
fn name_to_file(&self, root: &Path, name: &str) -> PathBuf; }

Associated Types

type Code

Loading content...

Required methods

fn compile_source(&self, source: String) -> Result<Self::Code>

fn name_to_file(&self, root: &Path, name: &str) -> PathBuf

Loading content...

Implementors

Loading content...