pub struct Session<'a> {
pub status: SessionStatus,
// some fields omitted
}
Start the session & return the start time
End the session & return the end time
Creates the log file if it doesn’t already exist &
records the start & end of the session
Formats the value using the given formatter. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.