Skip to content
Snippets Groups Projects
lib.rs 73 B
Newer Older
  • Learn to ignore specific revisions
  • Bryan Chen's avatar
    Bryan Chen committed
    #![cfg_attr(not(feature = "std"), no_std)]
    
    pub trait MultiCurrency {
    
    }