Trait ruschm::error::ToLocated[][src]

pub trait ToLocated {
    fn locate(self, location: Option<[u32; 2]>) -> Located<Self>
    where
        Self: Sized
, { ... }
fn no_locate(self) -> Located<Self>
    where
        Self: Sized
, { ... } }

Provided methods

fn locate(self, location: Option<[u32; 2]>) -> Located<Self> where
    Self: Sized
[src]

fn no_locate(self) -> Located<Self> where
    Self: Sized
[src]

Loading content...

Implementors

Loading content...