Trait leaf_protocol_types::HasBorshSchema
source · pub trait HasBorshSchema {
// Required method
fn borsh_schema() -> BorshSchema;
}Required Methods§
fn borsh_schema() -> BorshSchema
Object Safety§
This trait is not object safe.