Docs.rs
  • mons-rust-0.1.5
    • mons-rust 0.1.5
    • Permalink
    • Docs.rs crate page
    • CC0-1.0
    • Links
    • crates.io
    • Source
    • Owners
    • grachyov
    • Dependencies
      • wasm-bindgen ^0.2 normal
    • Versions
    • 0% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

mons_rust0.1.5

FenRepresentable

Required Methods

  • fen

Implementors

In mons_rust::models::fen_representable

mons_rust::models::fen_representable

Trait FenRepresentable

Source
pub trait FenRepresentable {
    // Required method
    fn fen(&self) -> String;
}

Required Methods§

Source

fn fen(&self) -> String

Implementors§

Source§

impl FenRepresentable for Color

Source§

impl FenRepresentable for Consumable

Source§

impl FenRepresentable for Event

Source§

impl FenRepresentable for Input

Source§

impl FenRepresentable for Modifier

Source§

impl FenRepresentable for Item

Source§

impl FenRepresentable for Mana

Source§

impl FenRepresentable for NextInputKind

Source§

impl FenRepresentable for Output

Source§

impl FenRepresentable for Board

Source§

impl FenRepresentable for Location

Source§

impl FenRepresentable for Mon

Source§

impl FenRepresentable for MonsGame

Source§

impl FenRepresentable for NextInput