Trait capnp::traits::OwnedStruct[][src]

pub trait OwnedStruct<'a> {
    type Reader: FromStructReader<'a> + SetPointerBuilder + IntoInternalStructReader<'a>;
    type Builder: FromStructBuilder<'a> + HasStructSize;
}

Associated Types

Loading content...

Implementors

Loading content...