Struct amqp0_primitives::amqp8_0::file::Open
[−]
[src]
pub struct Open<'a> { /* fields omitted */ }pub struct Open<'a> { /* fields omitted */ }impl<'a> Open<'a>[src]fn new<I>(identifier: I, content_size: u64) -> Self where I: Into<Cow<'a, str>>fn identifier(&self) -> &strfn content_size(&self) -> u64impl<'a> Payload for Open<'a>[src]