[][src]Trait sos_client::Compile

pub trait Compile {
    type Args;
    fn compile(self, args: Self::Args);
}

Associated Types

type Args

Loading content...

Required methods

fn compile(self, args: Self::Args)

Loading content...

Implementors

Loading content...