Struct capnp::any_pointer::Reader
[−]
[src]
pub struct Reader<'a> {
// some fields omitted
}Methods
impl<'a> Reader<'a>
fn new<'b>(reader: PointerReader<'b>) -> Reader<'b>
fn is_null(&self) -> bool
fn total_size(&self) -> Result<MessageSize>
Gets the total size of the target and all of its children. Does not count far pointer overhead.