Trait solders_traits_core::PyBytesCbor
source · pub trait PyBytesCbor: Serialize + Sized {
// Provided method
fn pybytes_cbor<'a>(&self, py: Python<'a>) -> &'a PyBytes { ... }
}
Provided Methods§
fn pybytes_cbor<'a>(&self, py: Python<'a>) -> &'a PyBytes
Object Safety§
This trait is not object safe.