compris 0.0.11

Composite Primitive Schema (CPS) for Rust
Documentation
1
2
3
4
5
/// Removes all [Annotations](super::super::Annotations) recursively.
pub trait RemoveAnnotations<NewT> {
    /// Removes all [Annotations](super::super::Annotations) recursively.
    fn remove_annotations(self) -> NewT;
}