Struct flatbuffers::FollowStart[][src]

pub struct FollowStart<T>(_);

FollowStart wraps a Follow impl in a struct type. This can make certain programming patterns more ergonomic.

Methods

impl<'a, T: Follow<'a> + 'a> FollowStart<T>
[src]

Trait Implementations

impl<T: Debug> Debug for FollowStart<T>
[src]

Formats the value using the given formatter. Read more

impl<'a, T: Follow<'a>> Follow<'a> for FollowStart<T>
[src]

Auto Trait Implementations

impl<T> Send for FollowStart<T> where
    T: Send

impl<T> Sync for FollowStart<T> where
    T: Sync