luminos-contracts 0.1.1

luminos Contracts
Documentation
1
2
3
4
pub trait DeferrableProvider {
    /// Get the services provided by the provider.
    fn provides() -> &'static [&'static str]; 
}