Trait otter_api_tests::shapelib::IdForById[][src]

pub trait IdForById {
    type Error;

    pub const ERROR: Self::Error;
}

Associated Types

Loading content...

Associated Constants

pub const ERROR: Self::Error[src]

Loading content...

Implementors

impl IdForById for PieceId[src]

impl<T> IdForById for T where
    T: AccessId
[src]

type Error = <T as AccessId>::Error

Loading content...