[][src]Trait lincoln_common::traits::AccessMut

pub trait AccessMut<'a, Source> {
    type Target: 'a;
    fn access_mut<'b>(&self, src: &'b mut Source) -> Self::Target
    where
        'b: 'a
; }

Associated Types

type Target: 'a

Loading content...

Required methods

fn access_mut<'b>(&self, src: &'b mut Source) -> Self::Target where
    'b: 'a, 

Loading content...

Implementors

Loading content...