Child

Trait Child 

Source
pub trait Child:
    RLimits
    + Margin
    + Order { }

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 ()

Implementors§