Struct reproto_backend_js::FileSpec [] [src]

pub struct FileSpec<'el>(pub Tokens<'el, JavaScript<'el>>);

Trait Implementations

impl<'el> Default for FileSpec<'el>
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl<'el> !Send for FileSpec<'el>

impl<'el> !Sync for FileSpec<'el>