Trait thfmr_util::DropResult[][src]

pub trait DropResult<T, E> {
    fn drop_result(self) -> Result<(), E>;
}

Required methods

fn drop_result(self) -> Result<(), E>[src]

Loading content...

Implementations on Foreign Types

impl<T, E> DropResult<T, E> for Result<T, E>[src]

fn drop_result(self) -> Result<(), E>[src]

Loading content...

Implementors

Loading content...