[][src]Struct genco::lang::dart::Dart

pub struct Dart(_);

Language specialization for Dart.

Trait Implementations

impl<T> FormatInto<Dart> for DocComment<T> where
    T: IntoIterator,
    T::Item: Into<ItemStr>, 
[src]

impl FormatInto<Dart> for Import[src]

impl<'a> FormatInto<Dart> for &'a Import[src]

impl Lang for Dart[src]

type Config = Config

Configuration associated with building a formatting element.

type Format = Format

State being used during formatting.

type Import = Import

The type used when resolving imports.

fn start_string_eval(
    out: &mut Formatter,
    _config: &Self::Config,
    _format: &Self::Format
) -> Result
[src]

Start a string-interpolated eval.

fn end_string_eval(
    out: &mut Formatter,
    _config: &Self::Config,
    _format: &Self::Format
) -> Result
[src]

End a string interpolated eval.

impl LangItem<Dart> for Import[src]

impl LangSupportsEval for Dart[src]

impl Register<Dart> for Import[src]

impl<'a> Register<Dart> for &'a Import[src]

Auto Trait Implementations

impl RefUnwindSafe for Dart

impl Send for Dart

impl Sync for Dart

impl Unpin for Dart

impl UnwindSafe for Dart

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.