Struct chill::action::update_document::UpdateDocument [] [src]

pub struct UpdateDocument<'a, T> where T: Transport + 'a {
    // some fields omitted
}

Methods

impl<'a, T> UpdateDocument<'a, T> where T: Transport + 'a
[src]

fn run(self) -> Result<RevisionError>