[][src]Trait wirefilter::GetType

pub trait GetType {
    fn get_type(&self) -> Type;
}

Provides a way to get a Type of the implementor.

Required methods

fn get_type(&self) -> Type

Returns a type.

Loading content...

Implementors

impl GetType for Type[src]

impl<'a> GetType for LhsValue<'a>[src]

Loading content...