Struct chill::testing::DocumentBuilder
[−]
[src]
pub struct DocumentBuilder(_);
pub struct DocumentBuilder(_);
impl DocumentBuilder
[src]fn new<P: IntoDocumentPath>(doc_path: P, revision: Revision) -> Self
fn unwrap(self) -> Document
fn with_content<C: Serialize>(self, new_content: &C) -> Self
fn build_content<F>(self, f: F) -> Self where F: FnOnce(ObjectBuilder) -> ObjectBuilder
impl Debug for DocumentBuilder
[src]