create a type that cannot be instantiated representing the schema for a serialized SmallVec with borsh::BorshSchema
borsh is a serialization framework
concept:
pub enum WhateverName {}
impl BorshSchema for WhateverName {/* ... */}
this should be added to the borsh.rs file
create a type that cannot be instantiated representing the schema for a serialized
SmallVecwithborsh::BorshSchemaborshis a serialization frameworkconcept:
this should be added to the
borsh.rsfile