Struct tokio::executor::current_thread::BlockError
[−]
[src]
pub struct BlockError<T> { /* fields omitted */ }Error returned by the block_on function.
Methods
impl<T> BlockError<T>[src]
pub fn into_inner(self) -> Option<T>[src]
Returns the error yielded by the future being blocked on
Trait Implementations
impl<T: Debug> Debug for BlockError<T>[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl<T> From<EnterError> for BlockError<T>[src]
fn from(_: EnterError) -> Self[src]
Performs the conversion.