Trait capnpc::codegen_types::RustTypeInfo [] [src]

pub trait RustTypeInfo {
    fn is_prim(&self) -> bool;
    fn is_parameter(&self) -> bool;
    fn is_branded(&self) -> bool;
    fn type_string(&self, gen: &GeneratorContext, module: Leaf) -> String;
}

Required Methods

fn is_prim(&self) -> bool

fn is_parameter(&self) -> bool

fn is_branded(&self) -> bool

fn type_string(&self, gen: &GeneratorContext, module: Leaf) -> String

Implementors