[][src]Trait exonum::api::ExtendApiBackend

pub trait ExtendApiBackend {
    fn extend<'a, I>(self, items: I) -> Self
    where
        I: IntoIterator<Item = (&'a str, &'a ServiceApiScope)>
; }

API backend extender.

Required methods

fn extend<'a, I>(self, items: I) -> Self where
    I: IntoIterator<Item = (&'a str, &'a ServiceApiScope)>, 

Extends API backend by the given scopes.

Loading content...

Implementations on Foreign Types

impl ExtendApiBackend for Scope<ServiceApiState>
[src]

Loading content...

Implementors

Loading content...