pub(crate) trait RemoveTypes {
    fn remove_falsy(self) -> Type;
    fn remove_truthy(self) -> Type;
}
Expand description

TODO(kdy1): Change it to return Box

Required Methods

Removes falsy values from self.

Removes truthy values from self.

Implementations on Foreign Types

Implementors