Trait RangeFrom_SI

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

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§

Source§

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