pub struct Creator { /* private fields */ }Expand description
Creates ttyrec frames.
A ttyrec file is a stream of concatenated frames. This struct creates
Frame objects, which can be serialized to bytes using
their try_from implementation, and then a ttyrec file can be generated
by concatenating those byte strings.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Creator
impl RefUnwindSafe for Creator
impl Send for Creator
impl Sync for Creator
impl Unpin for Creator
impl UnwindSafe for Creator
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