Trait borealis::IntoDocument [] [src]

pub trait IntoDocument {
    fn into_document(self) -> Document;
}

Required Methods

Implementors