Trait json_with_comments::ser::access::number::Representor
source · pub trait Representor<N> {
type Err;
// Required method
fn represent(n: N) -> Result<Vec<u8>, Self::Err>;
}
Required Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.