Trait containerd_shim::util::IntoOption
source · pub trait IntoOptionwhere
Self: Sized,{
// Provided method
fn none_if<F>(self, callback: F) -> Option<Self>
where F: Fn(&Self) -> bool { ... }
}
Provided Methods§
Object Safety§
This trait is not object safe.