Trait febug::Wrappable[][src]

pub trait Wrappable {
    fn wrap_type(&self, tp: u64, name: Arguments<'_>) -> Wrapper<Self>;
fn wrap_type_signal(
        &self,
        tp: u64,
        signal: u8,
        name: Arguments<'_>
    ) -> Wrapper<Self>; }

Helper trait for constructing Wrapper<T>s

Required methods

fn wrap_type(&self, tp: u64, name: Arguments<'_>) -> Wrapper<Self>[src]

fn wrap_type_signal(
    &self,
    tp: u64,
    signal: u8,
    name: Arguments<'_>
) -> Wrapper<Self>
[src]

Loading content...

Implementors

impl<T: ?Sized> Wrappable for T[src]

Loading content...