Macro mon::doc [] [src]

macro_rules! doc {
    () => { ... };
    ( $($tt:tt)+ ) => { ... };
}

Construct a bson::Document value.