pub trait IntoGuard {
// Required method
fn into_guard(self) -> Guard;
}Expand description
Trait for types that can be converted into a guard
Required Methods§
Sourcefn into_guard(self) -> Guard
fn into_guard(self) -> Guard
Convert into a guard