Trait otter_api_tests::shapelib::EmptyType[][src]

pub trait EmptyType {
    pub fn diverge<T>(self) -> T;
}

Required methods

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

Loading content...

Implementors

impl EmptyType for Infallible[src]

Loading content...