pub trait LinkTypeFilterExt {
    fn try_into_filter(self) -> Result<LinkTypeFilter, WasmError>;
}

Required Methods

Implementations on Foreign Types

Implementors