Struct ferry::Ferry[][src]

pub struct Ferry {
    pub providers: Vec<&'static Provider>,
}

Fields

Methods

impl Ferry
[src]

Auto Trait Implementations

impl !Send for Ferry

impl !Sync for Ferry