Trait stc_ts_file_analyzer::util::RemoveTypes
source · [−]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
sourcefn remove_falsy(self) -> Type
fn remove_falsy(self) -> Type
Removes falsy values from self
.
sourcefn remove_truthy(self) -> Type
fn remove_truthy(self) -> Type
Removes truthy values from self
.