Trait containerd_shim::util::IntoOption
source · [−]pub trait IntoOption where
Self: Sized, {
fn none_if<F>(self, callback: F) -> Option<Self>
where
F: Fn(&Self) -> bool,
{ ... }
}pub trait IntoOption where
Self: Sized, {
fn none_if<F>(self, callback: F) -> Option<Self>
where
F: Fn(&Self) -> bool,
{ ... }
}