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

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

Associated Types

Loading content...

Implementors

Loading content...