Trait HasEndpoints

Source
pub trait HasEndpoints {
    // Required method
    fn get_endpoints(&self) -> Option<Vec<ServiceEndpoint>>;
}
Expand description

Extracts endpoints (ServiceEndpoint) from a type.

Required Methods§

Source

fn get_endpoints(&self) -> Option<Vec<ServiceEndpoint>>

Gets endpoints.

Implementations on Foreign Types§

Source§

impl HasEndpoints for Document

Implementors§