[][src]Struct cargo_flutter::Flutter

pub struct Flutter { /* fields omitted */ }

Methods

impl Flutter[src]

pub fn new() -> Result<Self, Error>[src]

pub fn root(&self) -> &Path[src]

pub fn engine_version(&self) -> Result<String, Error>[src]

pub fn bundle(&self, cargo: &Cargo, build: Build) -> Result<(), Error>[src]

pub fn attach(&self, cargo: &Cargo, debug_uri: &str) -> Result<(), Error>[src]

pub fn aot(
    &self,
    cargo: &Cargo,
    host_engine_path: &Path,
    target_engine_path: &Path
) -> Result<(), Error>
[src]

Auto Trait Implementations

impl RefUnwindSafe for Flutter

impl Send for Flutter

impl Sync for Flutter

impl Unpin for Flutter

impl UnwindSafe for Flutter

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> Same<T> for T

type Output = T

Should always be Self

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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,