Padded

Trait Padded 

Source
pub trait Padded: Prop + Padding { }

Trait Implementations§

Source§

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

Source§

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

Converts to this type from the input type.

Implementors§