Trait Child

Source
pub trait Child: RLimits { }

Trait Implementations§

Source§

impl<'a, T: Child + 'static> From<&'a T> for &'a (dyn Child + 'static)

Source§

fn from(value: &'a T) -> Self

Converts to this type from the input type.

Implementations on Foreign Types§

Source§

impl Child for ()

Source§

impl Child for Arc<CrossReferenceDomain>

Implementors§