Struct buffalo::Position [−][src]
pub struct Position<T>(_, _)
where
T: ?Sized;Implementations
Trait Implementations
Auto Trait Implementations
impl<T: ?Sized> RefUnwindSafe for Position<T> where
T: RefUnwindSafe,
impl<T: ?Sized> UnwindSafe for Position<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more