Trait capnp::traits::FromStructBuilder [] [src]

pub trait FromStructBuilder<'a> {
    fn new(structBuilder: StructBuilder<'a>) -> Self;
}

Required Methods

fn new(structBuilder: StructBuilder<'a>) -> Self

Implementors