pub trait PyBytesCbor: Serialize + Sized {
    // Provided method
    fn pybytes_cbor<'a>(&self, py: Python<'a>) -> &'a PyBytes { ... }
}

Provided Methods§

source

fn pybytes_cbor<'a>(&self, py: Python<'a>) -> &'a PyBytes

Object Safety§

This trait is not object safe.

Implementors§