pub struct AeronFragmentClosureAssembler { /* private fields */ }
Implementations§
Source§impl AeronFragmentClosureAssembler
impl AeronFragmentClosureAssembler
pub fn new() -> Result<Self, AeronCError>
pub fn process<T>( &mut self, ctx: &mut T, func: fn(&mut T, &[u8], AeronHeader), ) -> Option<&Handler<AeronFragmentAssembler>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AeronFragmentClosureAssembler
impl !RefUnwindSafe for AeronFragmentClosureAssembler
impl !Send for AeronFragmentClosureAssembler
impl !Sync for AeronFragmentClosureAssembler
impl Unpin for AeronFragmentClosureAssembler
impl !UnwindSafe for AeronFragmentClosureAssembler
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more