Enum sgf_render::GobanRange [−][src]
Variants
Implementations
pub fn get_ranges(
&self,
goban: &Goban,
options: &MakeSvgOptions
) -> Result<(Range<u8>, Range<u8>), MakeSvgError>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GobanRange
impl Send for GobanRange
impl Sync for GobanRange
impl Unpin for GobanRange
impl UnwindSafe for GobanRange
Blanket Implementations
Mutably borrows from an owned value. Read more