luminos-contracts 0.1.1

luminos Contracts
Documentation
1
2
3
4
5
pub trait Vectorable{
    type T;
    
    fn to_vec(&self) -> Vec<Self::T>;
}