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

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

Associated Types

Loading content...

Implementors

Loading content...