[][src]Trait graph_error::AsRes

pub trait AsRes<RHS = Self> {
    pub fn as_err_res<T>(self) -> GraphResult<T>;
pub fn as_failure(self) -> GraphFailure; }

Required methods

pub fn as_err_res<T>(self) -> GraphResult<T>[src]

pub fn as_failure(self) -> GraphFailure[src]

Loading content...

Implementors

impl AsRes<GraphFailure> for GraphFailure[src]

impl AsRes<GraphRsError> for GraphRsError[src]

Loading content...