Derive Macro magnet_derive::BsonSchema

source ·
#[derive(BsonSchema)]
{
    // Attributes available to this derive:
    #[magnet]
}
Expand description

The top-level entry point of this proc-macro. Only here to be exported and to handle Result::Err return values by panic!()ing.