[][src]Trait structural::structural_aliases::RangeFrom_SI

pub trait RangeFrom_SI<T>: IntoFieldMut<TStr<__TS<(__s, __t, __a, __r, __t)>>, Ty = T> { }

Structural alias for std::ops::RangeFrom-like structs

A trait which aliases structural accessor traits,generated by the structural_alias macro.

Fields

Bound:IntoFieldMut<FP!(start),Ty= T>
The   start: T field   , with shared, mutable, and by value accessors

Implementors

impl<T, __This: ?Sized> RangeFrom_SI<T> for __This where
    __This: IntoFieldMut<TStr<__TS<(__s, __t, __a, __r, __t)>>, Ty = T>, 
[src]

Loading content...