[][src]Struct yamlette::orchestra::Orchestra

pub struct Orchestra { /* fields omitted */ }

Methods

impl Orchestra[src]

pub fn new<S>(schema: S) -> Result<Orchestra> where
    S: Schema + Clone + 'static, 
[src]

pub fn get_styles(&self) -> CommonStyles[src]

pub fn play(&self, level: usize, value: TaggedValue) -> Result<(), OrchError>[src]

pub fn volume_border_top(&self, print: bool) -> Result<(), OrchError>[src]

pub fn volume_border_bot(&self, print: bool) -> Result<(), OrchError>[src]

pub fn directive_yaml(&self, print: bool) -> Result<(), OrchError>[src]

pub fn directive_tags(
    &self,
    tags: Vec<(Cow<'static, str>, Cow<'static, str>)>
) -> Result<(), OrchError>
[src]

pub fn volumes(&self, size: usize) -> Result<(), OrchError>[src]

pub fn vol_next(&self) -> Result<(), OrchError>[src]

pub fn vol_end(&self) -> Result<(), OrchError>[src]

pub fn vol_reserve(&self, size: usize) -> Result<(), OrchError>[src]

pub fn the_end(&self) -> Result<(), OrchError>[src]

pub fn listen(&self) -> Result<Music, OrchError>[src]

Auto Trait Implementations

impl Send for Orchestra

impl !Sync for Orchestra

Blanket Implementations

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

impl<T> From<T> for 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.

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

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

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