Struct amqp0_primitives::amqp9_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) -> &str
fn content_size(&self) -> u64
impl<'a> Payload for Open<'a>
[src]