[][src]Trait object_query::AccessNextMut

pub trait AccessNextMut {
    fn access_next_mut<'a>(&mut self, query: &Query<'a>) -> Option<&mut Self>;
}

Describes how to access query on a mutable item

Required methods

fn access_next_mut<'a>(&mut self, query: &Query<'a>) -> Option<&mut Self>

Loading content...

Implementations on Foreign Types

impl AccessNextMut for Value[src]

Loading content...

Implementors

Loading content...