Struct presenterm::CommandSource
source · pub struct CommandSource { /* private fields */ }Expand description
The source of commands.
This expects user commands as well as watches over the presentation file to reload if it that happens.
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CommandSource
impl Send for CommandSource
impl Sync for CommandSource
impl Unpin for CommandSource
impl UnwindSafe for CommandSource
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