compris 0.0.11

Composite Primitive Schema (CPS) for Rust
Documentation
1
2
3
4
5
/// Into different [Annotated](super::super::Annotations) implementation.
pub trait IntoAnnotated<NewT> {
    /// Into different [Annotated](super::super::Annotations) implementation.
    fn into_annotated(self) -> NewT;
}