Struct rust_3d::filters::combinators::FilterAllow
[−]
[src]
pub struct FilterAllow {}
FilterAllow, a filter which always returns true
Methods
impl FilterAllow
[src]
fn new() -> Self
Creates a new FilterAllow
Trait Implementations
impl<T> IsFilter<T> for FilterAllow
[src]
fn is_allowed(&self, _: &T) -> bool
Should return true if a it passes the filter, otherwise false