Trait OperatorProvider
orml_oracle
pub trait OperatorProvider<AccountId> { fn can_feed_data(who: &AccountId) -> bool; fn operators() -> Vec<AccountId>; }
fn can_feed_data(who: &AccountId) -> bool
fn operators() -> Vec<AccountId>
impl<AccountId> OperatorProvider<AccountId> for ()
fn can_feed_data(_who: &AccountId) -> bool