pub struct Player { /* private fields */ }
Expand description
A player for replaying recorded terminal sessions
Implementations§
Source§impl Player
impl Player
Sourcepub fn new(timing_file: &str, typescript_file: &str) -> Result<Self>
pub fn new(timing_file: &str, typescript_file: &str) -> Result<Self>
Create a new player for the specified session files
§Arguments
timing_file
- Path to the timing data filetypescript_file
- Path to the session output file
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Player
impl RefUnwindSafe for Player
impl Send for Player
impl Sync for Player
impl Unpin for Player
impl UnwindSafe for Player
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