Derive Macro sbor::BasicSbor

#[derive(BasicSbor)]
{
    // Attributes available to this derive:
    #[sbor]
}
Expand description

A shortcut for BasicCategorize, BasicEncode, BasicDecode, and BasicDescribe derives.