pub struct ObsBootstrapConsoleHandler { /* private fields */ }Trait Implementations§
Source§impl Debug for ObsBootstrapConsoleHandler
impl Debug for ObsBootstrapConsoleHandler
Source§impl Default for ObsBootstrapConsoleHandler
impl Default for ObsBootstrapConsoleHandler
Source§impl ObsBootstrapStatusHandler for ObsBootstrapConsoleHandler
impl ObsBootstrapStatusHandler for ObsBootstrapConsoleHandler
type Error = Infallible
Source§fn handle_downloading(
&mut self,
progress: f32,
message: String,
) -> Result<(), Infallible>
fn handle_downloading( &mut self, progress: f32, message: String, ) -> Result<(), Infallible>
Used to report in some way or another the download progress to the user (this is between 0.0 and 1.0) Read more
Source§fn handle_extraction(
&mut self,
progress: f32,
message: String,
) -> Result<(), Infallible>
fn handle_extraction( &mut self, progress: f32, message: String, ) -> Result<(), Infallible>
Used to report in some way another the extraction progress to the user (this is between 0.0 and 1.0) Read more
Auto Trait Implementations§
impl Freeze for ObsBootstrapConsoleHandler
impl RefUnwindSafe for ObsBootstrapConsoleHandler
impl Send for ObsBootstrapConsoleHandler
impl Sync for ObsBootstrapConsoleHandler
impl Unpin for ObsBootstrapConsoleHandler
impl UnwindSafe for ObsBootstrapConsoleHandler
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