Trait dfir_toolkit::es4forensics::WithHost
source · pub trait WithHost<T> {
// Required method
fn with_host(self, host: T) -> Self;
}pub trait WithHost<T> {
// Required method
fn with_host(self, host: T) -> Self;
}